vendor/golang.org/x/text/unicode/bidi.bracketPairer.pairPositions (field)
5 uses
	vendor/golang.org/x/text/unicode/bidi (current package)
		bracket.go#L115: 	pairPositions bracketPairs
		bracket.go#L163: 					p.pairPositions = append(p.pairPositions, bracketPair{opener, i})
		bracket.go#L171: 			sort.Sort(p.pairPositions)
		bracket.go#L332: 	for _, loc := range p.pairPositions {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |